ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing.Search Namespace / IIndexScanner<T> Interface
Properties Methods

In This Topic
    IIndexScanner<T> Interface Members
    In This Topic

    The following tables list the members exposed by IIndexScanner<T>.

    Public Properties
     NameDescription
     PropertyGets an C1.LiveLinq.Indexing.Index<T> or a C1.LiveLinq.Indexing.Subindex<T> definition on which the scanner is based.  
     PropertyGets the number of distinct key values in all items of this collection.  
     PropertyGets an index or a subindex scanner that is the parent of a subindex scanner.  
    Top
    Public Methods
     NameDescription
     MethodGets all items in the indexed collection.  
     MethodReturns a value that indicates whether the collection contains an item with the given key value.  
     MethodFinds items with the specified key value.  
     MethodFinds items with key values in the interval between the specified values.  
     MethodFinds items with keys greater than the specified value.  
     MethodFinds items containing any of the specified key values.  
     MethodFinds items with keys less than the specified value.  
     MethodFinds items with string key values starting with the specified string.  
     MethodOverloaded. Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.  
     MethodOverloaded. Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys.  
    Top
    See Also